From 74531123aef8705b45d7ea7520136d4ef3523b71 Mon Sep 17 00:00:00 2001 From: Lapo Calamandrei Date: Sat, 11 Oct 2014 14:37:16 +0200 Subject: [PATCH] Adwaita: fix the special cased sidebar scrollbar... ...which I broke with the latest commit. --- gtk/resources/theme/Adwaita/_common.scss | 2 +- gtk/resources/theme/Adwaita/gtk-contained-dark.css | 2 +- gtk/resources/theme/Adwaita/gtk-contained.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss index 6e41e6157d..978e117c7e 100644 --- a/gtk/resources/theme/Adwaita/_common.scss +++ b/gtk/resources/theme/Adwaita/_common.scss @@ -1809,7 +1809,7 @@ column-header.button.dnd { // for treeview-like derive widgets .scrollbars-junction, .scrollbars-junction.frame { // the small square between two scrollbars - border: none; + border-color: transparent; background-color: darken($bg_color, 5%); &:backdrop { background-color: transparent; } } diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css b/gtk/resources/theme/Adwaita/gtk-contained-dark.css index a2591d5b25..b2fbfc8292 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css @@ -2468,7 +2468,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove .scrollbars-junction, .scrollbar.trough, .scrollbars-junction.frame, .frame.scrollbar.trough { - border: none; + border-color: transparent; background-color: #2d3232; } .scrollbars-junction:backdrop, .scrollbar.trough:backdrop, .scrollbars-junction.frame:backdrop, diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css index dc73e5df77..a9ef6ce946 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained.css +++ b/gtk/resources/theme/Adwaita/gtk-contained.css @@ -2465,7 +2465,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove .scrollbars-junction, .scrollbar.trough, .scrollbars-junction.frame, .frame.scrollbar.trough { - border: none; + border-color: transparent; background-color: #e0e0e0; } .scrollbars-junction:backdrop, .scrollbar.trough:backdrop, .scrollbars-junction.frame:backdrop, -- 2.30.2